From: Keir Fraser Date: Mon, 7 Jun 2010 14:48:12 +0000 (+0100) Subject: libxc: NetBSD build fix X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11995 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=9bb88be5420e9c804be52cfb597260672f41cc04;p=xen.git libxc: NetBSD build fix Signed-off-by: Christoph Egger --- diff --git a/tools/libxc/xc_netbsd.c b/tools/libxc/xc_netbsd.c index b08268a4ce..03c87b5594 100644 --- a/tools/libxc/xc_netbsd.c +++ b/tools/libxc/xc_netbsd.c @@ -51,7 +51,7 @@ int xc_interface_open_core(xc_interface *xch) return -1; } -int xc_interface_close(xc_interface *xch, int fd) +int xc_interface_close_core(xc_interface *xch, int fd) { return close(fd); }